div.content {
    padding-bottom:50px;
    height:auto;
}
.foto-gallerie img {
    width:80%;
    
   
    margin-left: auto;
    margin-right: auto;
    margin-bottom:100px;
    display:block;
    transition: 0.3s;
}

.foto-gallerie img.hoch {
    max-height:300px;
    width:auto;

}


.foto-gallerie img.thumb:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} 

.foto-gallerie{
    /*background-color:white;*/
}
div.content  h1 {
    text-align: center;
} 

.foto-modal {
  display:none;
  position: fixed;
  z-index: 1000;
  padding: 0px 0px 0px 0px;
  left: 0%;
  top: 0;
  width: 100%;
  height:100vh;


  background-color: var(--menu-hintergrund);
}

.foto-modal img.slide {
  display: none;
}

.foto-modal img {
  max-width: 100%;
  max-height:100vh;

position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  
}


.foto-modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 100;
}

.foto-modal .close:hover,
.foto-modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}


.foto-modal a.previous,
.foto-modal a.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  z-index:100; 
}

.foto-modal a.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.foto-modal a.previous:hover,
.foto-modal a.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#foto {
  position:fixed;
  width:100%;
  height:100vh;
}

